#
# Makefile for CMSYS examples
#     by Micromint Support <support@micromint.com>    June-2011
#
TARGET=ssp_dac_test
#
# Project options
#
ROOT=../../..
#PROJ_CFLAGS=-I../../../micromint/src

#PROJ_LDFLAGS=
#PROJ_LIBS=

#
# Project source files
#
SOURCE=$(TARGET).c \
       ../../../micromint/src/ssp_dac.c

include $(ROOT)/micromint/makedefs
